go/types.operand.setConst (method)

2 uses

	go/types (current package)
		expr.go#L1284: 		x.setConst(e.Kind, e.Value)
		operand.go#L195: func (x *operand) setConst(tok token.Token, lit string) {